Introduction
Cyco is a new modern HTML template purposely built for Cyber Security Services Company and Startups. The template offers 3+ homepage variations design with a blog, blog details other inner pages. It looks beautifully stunning on all types of screens and devices, including Windows, Mac, iOS, Android, etc. This has been built with Bootstrap 5.x and Sass.
The template has RTL feature included so, using for Arabic and Hebrew language based website would be quicker and easier.
The Cyco is developer-friendly, fast, lightweight, clean, and contains W3 valid source code. The template is easily customizable and expandable with detailed documentation. Our fast and friendly support team will glad to assist with the template.
Template Features:
- Multipage Demos
- Easy to customize
- HTML5 & CSS3
- Clean & Simple Design
- Fully Responsive Layout
- Crossbrowser Compatible with Edge, IE11+, Firefox, Opera, Chrome
- W3 Valid
- Retina ready
- Revolution Slider
- Owl Carousel
- BoxIcons and FlatIcons Free icons
- Powered with Bootstrap (v5.x)
- Powered with jQuery (v3.6.0)
- Build with Sass
- AJAX contact form Submission
- AJAX subscriptions form Submission
- Well documented
Getting Started
The template folder cyco and cyco-rtl is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.
The files and folders structure is similar to the following:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/images — folder with image files.
- assets/js — folder with Javascript files.
- assets/php — folder with form-process.php files.
Upload the template files to the server with the help of one of the FTP-clients like FileZilla.
HTML Files:
Default Demos:- Homepage Demo One
- Homepage Demo Two
- Homepage Demo Three
- 404 Page
- About Page
- Authentication Page
- Forget Password Page
- Blogs Grid Page
- Single Blog Page
- Calculator Page
- Products Page
- Single Product Page
- Cart Page
- Checkout Page
- My Account Page
- My Orders Page
- My Addresses Page
- Company Page
- Projects Page
- Coming Soon Page
- Contact Us Page
- FAQ's Page
- Pricing Page
- Terms Of Service Page
- Privacy Policy Page
- Search Page
- Services Page
- Service Details Page
- Team Page
- Homepage Demo One
- Homepage Demo Two
- Homepage Demo Three
- 404 Page
- About Page
- Authentication Page
- Forget Password Page
- Blogs Grid Page
- Single Blog Page
- Calculator Page
- Products Page
- Single Product Page
- Cart Page
- Checkout Page
- My Account Page
- My Orders Page
- My Addresses Page
- Company Page
- Projects Page
- Coming Soon Page
- Contact Us Page
- FAQ's Page
- Pricing Page
- Terms Of Service Page
- Privacy Policy Page
- Search Page
- Services Page
- Service Details Page
- Team Page
Files Edit & Upload:
Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.
HEAD CSS Structure
Followings are the css files which loaded inside the Head Section:
<!-- bootstrap css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all" />
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.min.css" type="text/css" media="all" />
<!-- owl carousel css -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" type="text/css" media="all" />
<!-- meanmenu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css" type="text/css" media="all" />
<!-- magnific popup css -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" type="text/css" media="all" />
<!-- boxicons css -->
<link rel='stylesheet' href='assets/css/boxicons.min.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/flaticon.css' type="text/css" media="all" />
<!-- nice select css -->
<link rel="stylesheet" href="assets/css/nice-select.css" type="text/css" media="all" />
<!-- style css -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css" type="text/css" media="all" />
<!-- Theme Dark css -->
<link rel="stylesheet" href="assets/css/theme-dark.css" type="text/css" media="all" />
Followings are the rtl files which loaded inside the Head Section:
<!-- bootstrap rtl css -->
<link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css" type="text/css" media="all" />
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.min.css" type="text/css" media="all" />
<!-- owl carousel css -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" type="text/css" media="all" />
<!-- meanmenu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css" type="text/css" media="all" />
<!-- magnific popup css -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" type="text/css" media="all" />
<!-- boxicons css -->
<link rel='stylesheet' href='assets/css/boxicons.min.css' type="text/css" media="all" />
<!-- flaticon css -->
<link rel='stylesheet' href='assets/css/flaticon.css' type="text/css" media="all" />
<!-- nice select css -->
<link rel="stylesheet" href="assets/css/nice-select.css" type="text/css" media="all" />
<!-- style css -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css" type="text/css" media="all" />
<!-- Theme Dark css -->
<link rel="stylesheet" href="assets/css/theme-dark.css" type="text/css" media="all" />
<!-- RTL css -->
<link rel="stylesheet" href="assets/css/rtl.css" type="text/css" media="all" />
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- essential js -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- magnific popup js -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- owl carousel js -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- nice select js -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- isotope js -->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- form ajazchimp js -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- form validator js -->
<script src="assets/js/form-validator.min.js"></script>
<!-- contact form js -->
<script src="assets/js/contact-form-script.js"></script>
<!-- meanmenu js -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- main js -->
<script src="assets/js/script.js"></script>
Do You Want Real Demo Images?
Due to the Envato policy, we are unable to include demo images inside the download bundle so for demo images please submit a ticket in https://support.hibootstrap.com/.
HTML Structure
The Cyco is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.
The general template structure is the same throughout the template and almost each of the part is under a section with a section class name. Here is the general structure:
<!-- feature-section -->
<section class="feature-section sec-pt-70 pb-70">
<div class="container">
<div class="section-title">
<small>By Using Our Products</small>
<h2>Create A Safer World</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 pb-30 feature-card-item">
<div class="feature-card">
<div class="feature-card-thumb feature-thumb-frame-1">
<img src="assets/images/feature/feature-1.jpg" alt="feature">
</div>
<div class="feature-card-content">
<h3><a href="service-details.html">Personal Online Protection Everywhere We Go</a></h3>
<p>Lorem ipsum dolor sit amet, consetetur sadip scing elitr, sed diam nonumy eirmod tempor in vidunt ut labore et dolore magna.</p>
<a href="service-details.html" class="btn main-btn main-btn-border">Read More</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 pb-30 feature-card-item">
<div class="feature-card">
<div class="feature-card-thumb feature-thumb-frame-1">
<img src="assets/images/feature/feature-2.jpg" alt="feature">
</div>
<div class="feature-card-content">
<h3><a href="service-details.html">Simple Solution For Business's Security Problems</a></h3>
<p>Lorem ipsum dolor sit amet, consetetur sadip scing elitr, sed diam nonumy eirmod tempor in vidunt ut labore et dolore magna.</p>
<a href="service-details.html" class="btn main-btn main-btn-border">Read More</a>
</div>
</div>
</div>
<div class="offset-md-3 offset-lg-0 col-md-6 col-lg-4 pb-30 feature-card-item">
<div class="feature-card">
<div class="feature-card-thumb feature-thumb-frame-1">
<img src="assets/images/feature/feature-3.jpg" alt="feature">
</div>
<div class="feature-card-content">
<h3><a href="service-details.html">Protecting The Customers Of Global Operators</a></h3>
<p>Lorem ipsum dolor sit amet, consetetur sadip scing elitr, sed diam nonumy eirmod tempor in vidunt ut labore et dolore magna.</p>
<a href="service-details.html" class="btn main-btn main-btn-border">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- .end feature-section -->
Contact Form Strong
The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX based email sending! HTML code example is similar to followings:
<form class="contact-form" id="contactForm">
<div class="row">
<div class="col-md-6">
<div class="form-group mb-20">
<input type="text" name="name" id="name" class="form-control" placeholder="Your Name*" required data-error="Please enter your name" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-20">
<input type="text" name="email" id="email" class="form-control" placeholder="Your Email*" required data-error="Please enter your email" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-20">
<input type="text" name="phone" id="phone" class="form-control" placeholder="Your Phone*" required data-error="Please enter your phone number" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group mb-20">
<input type="text" name="subject" id="subject" class="form-control" placeholder="Your Subject*" required data-error="Please enter your subject" />
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-12">
<div class="form-group mb-20">
<textarea name="message" class="form-control" id="message" rows="6" placeholder="Your Question*"></textarea>
</div>
</div>
<div class="col-12">
<div class="input-checkbox mb-20">
<input type="checkbox" id="contact1">
<label for="contact1">Accept <a href="terms-of-service.html">Terms of Service</a> and <a href="privacy-policy">Privacy Policy</a></label>
</div>
</div>
<div class="col-12">
<button class="btn main-btn full-width" type="submit">Send Message</button>
<div id="msgSubmit"></div>
<div class="clearfix"></div>
</div>
</div>
</form>
AJAX Contact Form
File location: assets/php/form-process.php file
AJAX Subscriptions Form
https://mailchimp.com/help/add-a-signup-form-to-your-website/
Paste URL on script.js File
Fonts Used
By default, the template loads Rubik font, Roboto font font from Google Web Font Services. This template using roboto font as a primary font. The font can be changed based on the website needs. For the better use of fonts, go this link Google Fonts
Font code can be found in the "style.scss" file path: assets/css/style.scss
$font-default: 'Rubik', sans-serif;
$font-secondary: 'Roboto', sans-serif;
Note: After SCSS file run then it will be work
Color Change Option
File path: assets/css/style.scss
$main-color: #7f64fa;
$main-color-dark: #241663;
$main-color-2: #e592fb;
$second-color: #4DFF9A;
$second-color-2: #62F1D2;
$title-main: #160F30;
$placeholder: #717171;
Note: After SCSS file run then it will be work
How to Run SCSS File
Please open the file Visual Studio Code Editor.
And following the video tutorial.
Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w
Owl Carousel Edit Option
File path: assets/js/script.js
// Partner-carousel
$(".partner-carousel").owlCarousel({
loop: true,
items: 5,
autoplay: true,
autoplaySpeed: 2000,
autoplayHoverPause: true,
smartSpeed: 1500,
nav: false,
responsive:{
0: {
items: 1
},
476: {
items: 2
},
768: {
items: 3
},
1025: {
items: 5
}
}
});
More Info please browser the link: Owl Carousel Docs Options
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/script.js
// Preloader
$('body').addClass('pre-loaded');
Also, please remove or comment the below code all HTML files
<div class="preloader bg-blue">
<div class="preloader-wrapper">
<div class="preloader-content">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
Speed Optimization
Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/img/..
- Tinypng
Please minify all CSS file path: assets/css/..
Please minify all JS file path: assets/js/..
How to Change Image?
Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name
How to Edit Especially For Flaticon
You won't able to add new flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com
How to Add New Updates of Existing Template
After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.
Credits
Note: All images are used for preview purpose only and not included in the final purchase files.
Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/
24-Hour Turnaround Support:
Quick, Dedicated & Professional Support!
We only provide support through our ticketing system. Please submit your ticket by visiting the HiBootstrap Support System.
For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!